(scroll_bar_windows, scroll_bar_windows_size): New
authorGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 16:49:44 +0000 (16:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 16:49:44 +0000 (16:49 +0000)
commit479ca6353d962f1040628006b3727a250132c5cd
treec53285ab52eb6bfb9552d3263c60f5e2807f8094
parent48f1b508d44022c04fcfb5cc7cf974ed564aa9b8
(scroll_bar_windows, scroll_bar_windows_size): New
variables.
(x_send_scroll_bar_event): Store the window in scroll_bar_windows
and store an index in the XClientMessageEvent.  Storing a
Lisp_Object or pointer can fail on a 64 bit system, since X only
transfers 32 bits.
(x_scroll_bar_to_input_event): Get the window from
scroll_bar_windows.
src/xterm.c